@charset "utf-8";
/* CSS Document */
header .headerContent .logo h1{
	text-align: center
}
header .headerContent .logo img {
  display: block;
  margin: 0 auto;
  max-height: auto;
  max-width: 100%;
}
footer small {
  background: #222;
  color: #f2f2f2;
  display: block;
  font-size: 11px;
  padding: 10px;
  text-align: center;
}